projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
667f2e0
)
; Remove recent spurious addition in window.el
author
Basil L. Contovounesios
<contovob@tcd.ie>
Fri, 15 Jan 2021 21:30:14 +0000
(21:30 +0000)
committer
Basil L. Contovounesios
<contovob@tcd.ie>
Fri, 15 Jan 2021 21:46:54 +0000
(21:46 +0000)
* lisp/window.el (display-buffer-use-some-window): Remove spurious
message included in 2021-01-11 "Support using auth-source for
NickServ passwords in ERC" (bug#45340#44).
lisp/window.el
patch
|
blob
|
history
diff --git
a/lisp/window.el
b/lisp/window.el
index 719bafccb4ffa9617e2a11144121769b6a0077b5..0a37d16273f90d23c2cda347d791a6e1c3a4fba1 100644
(file)
--- a/
lisp/window.el
+++ b/
lisp/window.el
@@
-8316,7
+8316,6
@@
indirectly called by the latter."
(when (and (listp quad)
(integerp (nth 3 quad))
(> (nth 3 quad) (window-total-height window)))
- (message "foo")
(condition-case nil
(window-resize window (- (nth 3 quad) (window-total-height window)))
(error nil)))